@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
}

h1, h2,h3, h4, h5, p, ul, li {
    margin: 0;
    padding: 0;
}

ul, li {
    list-style-type: none;
}

.main-title {
    background: var(--dourado, linear-gradient(90deg, #9C814B 0%, #BFA66A 50%, #D8C18A 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;    
    font-size: 48px;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
}

.header-ld {
    align-items: center;
    display: flex;
    height: 90px;
    position: relative;
    transition: all .8s;
    z-index: 100!important;
}

.header-ld .botao-small {
    padding-left: 18px;
    padding-right: 18px;
}

.sticky-wrapper.is-sticky .header-ld {
    background-color: #FFF;        
    box-shadow: 0 0 7px #494848;
    -webkit-box-shadow: 0 0 7px #494848;
    -moz-box-shadow: 0 0 7px #494848;
    height: 80px;
    opacity: .8;   
}

.sticky-wrapper.is-sticky .header-ld .scrollTo {
    color: #154F29;
}

.logo {
    display: inline-block;
}

.sticky-wrapper .header-ld .logo-white {
    display: block;
}

/* .sticky-wrapper .header-ld .logo-green {
    display: none;    
} */

.sticky-wrapper.is-sticky .header-ld .logo-white {
    display: none;
}

.sticky-wrapper.is-sticky .header-ld .logo-green {
    display: block!important;
}

.col-naveg {
    display: flex;
    align-items: center;
    justify-content: end;
}

.naveg {
    float: right;
    margin-bottom: 0;
}

.naveg li {
    display: inline-block;
    list-style-type: none;
    margin-left: 26px;
}

.naveg li:first-child {    
    margin-left: 0;
}

.naveg li a.scrollTo {
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.naveg li a.scrollTo:hover {
    color: #FFF;
    border-bottom: 2px solid #FFF;
}

.sticky-wrapper.is-sticky .header-ld .naveg li a.scrollTo:hover {
    border-bottom: 2px solid #BFA66A;
}

.hero {
    margin-top: -100px;
    position: relative;
}

.hero-centered-box {
    left: 50%;
    position: absolute;     
    transform: translate(-50%, -50%);    
    text-align: center;
    top: 50%;
    width: 1150px;
    z-index: 5;
    
}

.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    z-index: 1;
    opacity: .7;
}

.bg-mobile {    
    display: none;
    height: 580px;
    width: 100%;
}

.video {    
    padding: 0;    
}

.hero-span {
    background: rgba(0, 0, 0, 0.00);
    border: 2px solid var(--dourado, #9C814B);
    border-radius: 100px;        
    box-shadow: 0 0 10px 0 rgba(191, 166, 106, 0.25);
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 24px;
}

.hero-title {
    color: #FFF;
    font-family: mason-sans, sans-serif;
    font-style: normal;
    font-size: 72px;
    font-weight: 700;
    line-height: 120%; /* 86.4px */
    margin-bottom: 40px;
    margin-top: 20px;
    text-transform: uppercase;
}

.destaque {
    background-color: #FFF;
    margin-top: -10px;    
    position: relative;
    z-index: 10;
}

.destaque-left {
    align-items: center;
    display: flex;
    margin-bottom: 70px;
    margin-top: 70px;
}

.destaque-right {
    background-color: #154F29;
    padding-bottom: 90px;
    padding-top: 90px;
}

.destaque-right-media {
    border-radius: 8px;
    left: -190px;
    position: relative;
}

.destaque-list {
    margin-top: 10px;   
}

.destaque-list li {
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; /* 24px */
    display: inline-block;
    margin-right: 20px;    
}

.destaque-list li img {
    margin-right: 10px;
}

.destaque-text {
    color: #7F7F7F;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%; /* 32px */    
    margin-bottom: 25px;
    margin-top: 25px;
}

.nota-maxima {
    margin-top: 35px;
}

.nota-maxima-text {
    color: #303030;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    width: 126px;
}

.motivos {
    background: linear-gradient(0deg, #154F29 0%, #00B863 100%);
    padding-bottom: 80px;
    padding-top: 80px;
}

.motivos-title {
    color: #FFF;    
    font-size: 48px;
    font-weight: 700;
    line-height: 120%; /* 57.6px */
    margin-bottom: 15px;
    text-align: center;
}

.motivos-subtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin-bottom: 40px;
    text-align: center;
}

.motivos-item {
    margin-bottom: 14px;
    margin-top: 14px;
}

.motivos-item-in {
    background-color: #FFF;
    border-radius: 10px;
    min-height: 286px;
    padding: 24px;
}

.motivos-item-media {
    width: 48px;
}

.motivos-item-title {
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; /* 24px */
    margin-bottom: 15px;
    margin-top: 15px;
}

.motivos-item-text {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; /* 24px */
}

.proc-seletivo {
    background: #F5F5F5;
    padding-bottom: 60px;
    padding-top: 80px;
}

.proc-seletivo-left {
    padding-right: 60px;
}

.proc-seletivo-left a, 
.prova-right a, 
.duvidas-right a {
    color: #057836;
    font-weight: bold;
    text-decoration: none;
}

.proc-seletivo-left a:hover, 
.prova-right a:hover,
.duvidas-right a:hover {
    text-decoration: underline;
}

.proc-seletivo-media {
    border-radius: 8px;
    margin-top: 185px;
}

.proc-seletivo-title {
    margin-bottom: 5px;
    text-align: center;
}

.prova {
    background: #F5F5F5;
    padding-bottom: 80px;
}

.prova-right {
    padding-left: 60px;
}

.prova-in {
    border-top: 1px solid #CCC;
    padding-top: 80px;
}

.prova-title {
    margin-bottom: 20px;
}

.prova-left p, 
.prova-left ul li {
    color: #7F7F7F;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%; /* 25.6px */
    margin-bottom: 25px;
}

.prova-left p:last-child, 
.prova-left ul li:last-child {
    margin-bottom: 0;
}

.conheca {
    padding-bottom: 80px;
    padding-top: 80px;
}

.conheca-title {
    margin-bottom: 30px;
    text-align: center;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
    position: relative;
}

.embed-responsive iframe {
    border: 0;
    bottom: 0;
    height: 100%;
    position: absolute;    
    left: 0;
    top: 0;    
    width: 100%!important;
}

.historia {
    padding-bottom: 60px;
}

.historia-right {
    align-items: center;
    display: flex;    
    padding-top: 20px;
    padding-left: 60px;
}

.historia-left-in {
    background-color: #154F29;
    border-radius: 12px;
    padding: 40px;
}

.historia-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 25px;
    margin-top: 25px;
}

.historia-highlight {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
}

.duvidas {
    background-color: #F5F5F5;
    padding-bottom: 80px;
    padding-top: 80px;
}

.duvidas-right {
    padding-left: 60px;
}

.duvidas-title {

}

.duvidas-text, 
.duvidas-text p {
    color: #7F7F7F;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin-bottom: 25px;
    margin-top: 25px;
}

.duvidas-link {
    color: #7F7F7F;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.duvidas-link:hover {
    text-decoration: underline;
}

.duvidas-link img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.blog {
    background-color: #EEE;
    display: none;
    padding-bottom: 80px;
    padding-top: 80px;
}

.blog-title {
    margin-bottom: 30px;
    text-align: center;
}

.blog-item {
    margin-bottom: 15px;
    margin-top: 15px;
}

.blog-item-in {    
    background: #FFF;
    border-radius: 10px;
    min-height: 470px;
    padding: 24px;
    position: relative;
}

.blog-item-media {
    border-radius: 10px;
}

.blog-item-list {
    margin-bottom: 13px;
    margin-top: 13px;
}

.blog-item-list li {
    background: #E6E6E6;
    border-radius: 5px;    
    color: #303030;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    margin-right: 7px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.blog-item-title {
    color: #3C3C3C;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.blog-item-link {
    border-bottom: 1px solid #057836;
    bottom: 24px;
    color: #057836;
    font-size: 14px;
    font-weight: 700;
    left: 24px;
    padding-bottom: 6px;
    position: absolute;
    text-decoration: none;
}

.blog-item-link-img {
    display: block;
}

.blog-item-link img {
    margin-left: 8px;
}

.blog-container-botao {
    margin-top: 40px;
    text-align: center;
}

.campus {
    padding-bottom: 80px;
    padding-top: 80px;
}

.campus-title {
    margin-bottom: 25px;
}

.campus-left {
    padding-right: 60px;
}

.campus-left p {
    color: #7F7F7F;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%; /* 30px */
    margin-bottom: 25px;
}

.campus-left p:last-child {
    margin-bottom: 0;
}

.campus-left a {
    color: #057836;
    text-decoration: none;
}

.campus-left a:hover {
    text-decoration: underline;
}

.jornada {
    background: linear-gradient(90deg, #154F29 0%, #1A361C 100%);
    padding-bottom: 80px;
    padding-top: 80px;
}

.jornada-title {
    text-align: center;
}

.jornada-subtitle {
    color: #FFF;    
    font-size: 24px;
    font-weight: 400;
    line-height: 150%; /* 36px */
    margin-bottom: 32px;
    margin-top: 32px;
    text-align: center;
}

.footer {
    background-color: #333;
    color: #FFF;
    padding-top: 80px;
}

.footer p {
    font-size: 16px;
    font-weight: 400;
}

.footer-logo {
    margin-bottom: 12px;
    width: 330px;
}

.networks {
    float: left;
    margin-top: 20px;
}

.networks li {
    display: inline-block;
    margin-right: 18px;
}

.networks li a {
    display: block;
}

.footer-title {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;    
    margin-bottom: 20px;
}

.footer-list li {
    margin-bottom: 8px;
}

.footer-list li:last-child {
    margin-bottom: 8px;
}

.footer-list li a {
    color: #FFF;
    font-size: 16px;
    text-decoration: underline;
}

.footer-list li a:hover {
    color: #CCC;
}

.whatsmedia-white {
    margin-right: 8px;
}

.footer-bottom {
    border-top: 1px solid #CCC;
    margin-top: 35px;
    padding-bottom: 35px;
    padding-top: 35px;
    text-align: center; 
}

.footer-bottom a {
    color: #FFF;
    display: inline-block;
    margin-top: 20px;
    text-decoration: underline;
}

/* Tabs */

.tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default > ul > li .sp-tab__nav-link, 
.tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default > ul > li a, 
.tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default > ul > .sp-tab__nav-item {
    border-radius: 10px;
}

.tab-proc-seletivo #sp-wp-tabs-wrapper_27214 .sp-tab__nav {
    background-color: #EEE;    
    border-radius: 10px;
    justify-content: center;
    margin: 45px auto;
    padding-bottom: 10px;
    padding-top: 7px;
    /* width: 484px; */
}

.tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title, 
.tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default span > .sp-tab__card-header {
    color: #303030;
    font-size: 20px;
}

.tab-proc-seletivo #sp-wp-tabs-wrapper_27214 > .sp-tab__nav-tabs > .sp-tab__nav-item.show .sp-tab__nav-link, 
.tab-proc-seletivo #sp-wp-tabs-wrapper_27214 > .sp-tab__nav-tabs > .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active, 
.tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default .sp-tab__nav-link > .sp-tab__card-header {
    border: 1px solid #9C814B;
    border-radius: 10px;
    padding-left: 25px;
    padding-right: 25px;
}

.tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default > .sp-tab__tab-content .sp-tab__tab-pane {
    padding-left: 0;
    padding-right: 0;
}

.tab-proc-seletivo .sp-tab-content p {
    color: #7f7f7f;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 160%!important;
}

.tab-proc-seletivo .sp-tab-content p:last-child {
    margin-bottom: 0;
}

/* Accordion */

.ea-card {
    border-bottom: 1px solid #CCC!important;
    margin-bottom: 0!important;
}

.ea-body p {
    margin-bottom: 25px;
}

.ea-body p:last-child {
    margin-bottom: 0;
}

#sp-ea-27203.sp-easy-accordion>.sp-ea-single>.ea-header a,
#sp-ea-27211.sp-easy-accordion>.sp-ea-single>.ea-header a {
    color: #154F29!important;
    font-size: 20px!important;
    font-weight: 700;
}

/* botoes */

.botao {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.botao-small {
    background: linear-gradient(90deg, #057836 0%, #00B863 100%);
    border-radius: 12px;
    color: #FFF;
    font-size: 18px;    
    font-weight: 500;
    line-height: 150%; /* 27px */
    padding: 12px 32px;
}

.botao-small:hover {
    background: var(--dourado, linear-gradient(90deg, #9C814B 0%, #BFA66A 50%, #D8C18A 100%));
}

.botao-large {    
    background: linear-gradient(90deg, #057836 0%, #00B863 100%);
    border-radius: 12px;
    color: #FFF;
    display: block;    
    font-size: 24px;
    font-weight: 500;
    line-height: 150%; /* 36px */
    padding-bottom: 14px;
    padding-top: 14px;
    width: 100%;
}

.botao-large:hover {    
    background: var(--dourado, linear-gradient(90deg, #9C814B 0%, #BFA66A 50%, #D8C18A 100%));
}

.botao-large-outline {
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 12px;
    color: #FFF;
    display: block;    
    font-size: 24px;
    font-weight: 500;
    line-height: 150%; /* 36px */
    padding-bottom: 13px;
    padding-top: 13px;
    width: 100%;
}

.botao-large-outline:hover {
    border: 2px solid var(--dourado, #9C814B);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
}

/* button-container */

.button-container-ld {
    cursor: pointer;
    display: none;
    right: 15px;
    padding: 6px;
    position: absolute;
    width: 42px;
    z-index: 2;
}

.button-container-ld.active .top {
    transform: translateY(5px) translateX(0) rotate(45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-container-ld.active .middle {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.button-container-ld.active .bottom {
    transform: translateY(-13px) translateX(0) rotate(-45deg);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.button-container-ld.active-2 {
    /* border-color: #2fb55f; */
    border-color: #FFF;
}

.button-container-ld span {
    /* background-color: #2fb55f; */
    background-color: #FFF;
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.sticky-wrapper.is-sticky .header-ld .button-container-ld.active-2 {
    border-color: #057836;
}

.sticky-wrapper.is-sticky .header-ld .button-container-ld span {
    background-color: #057836;    
}

/* media queries */

@media (max-width: 1200px) {

    .container {
        max-width: 100%;
    }

    .naveg li {
        margin-left: 19px;
    }

    .col-naveg .botao-small {
        padding: 9px 20px;
    }

    .hero-span {
        font-size: 18px;
        padding-bottom: 7px;
        padding-top: 7px;
    }
   
    .hero-centered-box {
        width: 100%;
    }

    .hero-title {
        font-size: 55px;
        line-height: 100%;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .main-title {
        font-size: 42px;
    }

    .botao-large, 
    .botao-large-outline {
        font-size: 20px;
        padding-bottom: 11px;
        padding-top: 11px;
    }

    .historia-left-in {
        padding: 25px;
    }

}

@media (max-width: 1130px) {

    .button-container-ld {
        display: block;
    }
    
    .naveg {
        background-color: #fff;
        display: block;
        height: 100%;
        left: -1400px;
        min-height: 100%;
        padding: 60px 20px 20px 10px;
        position: fixed;
        top: 0;
        z-index: 1;
        width: 100%;
        -webkit-transition: all 0.95s;
        -moz-transition: all 0.95s;
        -o-transition: all 0.95s;
        transition: all 0.95s;
    }

    .naveg li, 
    .naveg li:first-child {
        display: block;
        margin-bottom: 28px;
        margin-left: 15px;
    }    

    .naveg li a.scrollTo, 
    .naveg li a.scrollTo:hover {
        color: #057836;
    }

    .naveg.naveg-active {
        display: block;
        left: 0;
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        -o-transition: all 0.75s;
        transition: all 0.75s;
    }

    .button-container-ld span {
        background-color: #3ac677;
    }

}

@media (max-width: 991px) {

    .destaque-left {
        margin-bottom: 50px;
        margin-top: 50px;
    }

    .destaque-right {
        display: none;
    }

    .proc-seletivo {
        padding-bottom: 40px;
        padding-top: 60px;
    }

    .duvidas {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .duvidas-right {
        margin-top: 30px;
        padding-left: 15px;
    }

    .campus, 
    .blog, 
    .conheca  {
        padding-bottom: 60px;
        padding-top: 60px;
    }
    
    .tab-proc-seletivo #sp-wp-tabs-wrapper_27214 .sp-tab__nav {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .proc-seletivo-right {
        display: none;
    }

    .proc-seletivo-left {
        padding-right: 15px;
    }
    
    .networks {
        margin-bottom: 40px;
    }

    .prova-in {
        padding-top: 50px;
    }

    .prova-right {
        margin-top: 30px;
        padding-left: 15px;
    }

}

@media (max-width: 767px) {

    .overlay {
        opacity: .4;
    }

    .video {
        display: none;
    }

    .bg-mobile {
        display: block;
    }

    .hero-in-left {
        margin-bottom: 15px;
    }

    .hero-title {
        font-size: 42px;
    }

    .main-title, 
    .motivos-title {
        font-size: 36px;
    }

    .motivos-subtitle {
        margin-bottom: 20px;
    }

    .botao-large, 
    .botao-large-outline {
        font-size: 17px;
    }

    .tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default > ul .sp-tab__nav-item .sp-tab__tab_title, 
    .tab-proc-seletivo #sp-wp-tabs-wrapper_27214.sp-tab__lay-default span > .sp-tab__card-header {
        font-size: 17px;
    }
    
    .tab-proc-seletivo #sp-wp-tabs-wrapper_27214 .sp-tab__nav {
        padding: 10px;
        width: 100%;
    }

    .motivos {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .motivos-item-in {
        min-height: auto;
    }

    .blog-item-in {
        min-height: auto;
    }

    .blog-item-link {
        display: inline-block;
        margin-top: 15px;
        position: initial;
    }

    .historia-right {
        padding-left: 15px;
    }

    .jornada {
        padding-bottom: 60px;
        padding-top: 60px;
    }

    .jornada-botao-left {
        margin-bottom: 20px;
    }

    .campus-right {
        margin-top: 30px;
    }

    .footer {
        padding-top: 60px;
    }

    .networks {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .footer-content-right {
        margin-top: 30px;
    }

}

@media (max-width: 600px) {

    .hero-title {
        font-size: 32px;
    }    

}
